Fix doxygen foo

This commit is contained in:
Mario Hüttel 2018-12-10 23:37:00 +01:00
parent 37c21ced04
commit d7293de1dc
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
int parse_gds_from_file(const char *filename, GList **library_array);
/**
* @brief Deletes all libraries including cells, references etc.
* @param Pointer to a list of #gds_library. Is set to NULL after completion.
* @param library_list Pointer to a list of #gds_library. Is set to NULL after completion.
* @return 0
*/
int clear_lib_list(GList **library_list);

View File

@ -18,7 +18,7 @@
*/
/**
* @file layer-selection.c
* @file layer-selector.c
* @brief Implementation of the layer selector
* @author Mario Hüttel <mario.huettel@gmx.net>
*/