Skip to content

Commit

Permalink
(#30) ta_abstract.h comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Nov 17, 2024
1 parent 9c35f01 commit 02650dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/ta_abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ TA_RetCode TA_GroupTableFree ( TA_StringTable *table );
* On success, it becomes the responsibility of the caller to
* call TA_FuncTableFree once the 'table' is no longuer needed.
*
* Passing NULL as the group string will return ALL the TA functions.
* (Note: All TA_Functions have a unique string identifier even when in
* seperate group).
*
* Example:
* This code snippet will print out the name of all the supported
* function in the "market strength" category:
Expand Down Expand Up @@ -164,7 +160,7 @@ TA_RetCode TA_GetFuncHandle( const char *name,
* Print the number of inputs used by the MA (moving average) function.
*
* TA_RetCode retCode;
* TA_FuncHandle *handle;
* const TA_FuncHandle *handle;
* const TA_FuncInfo *theInfo;
*
* retCode = TA_GetFuncHandle( "MA", &handle );
Expand Down

0 comments on commit 02650dd

Please sign in to comment.