Skip to content

Commit

Permalink
dynamic_features.c: doxydoc only
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Nov 26, 2018
1 parent 354bd00 commit 63a7e63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/base/dynamic_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,18 @@ finalize_feature(
}


/** Parse a set of lines describing a dynamic feature record, returning a
* newly created #Dynamic_Feature_Rec if successful.
*
* @param mfg_id 3 character manufacturer identifier
* @param model_name model name
* @param product_code product code
* @param lines array of input lines
* @param filename source file name, for diagnostic messages, may be NULL
* @param dynamic_features_loc where to return newly allocated #Dynamic_Features_Rec,
* set to null if an #Error_Info struct is returned
* @return error info struct, NULL if no error
*/
Error_Info *
create_monitor_dynamic_features(
const char * mfg_id,
Expand Down

0 comments on commit 63a7e63

Please sign in to comment.