bash-doxygen
bash-doxygen copied to clipboard
A doxygen filter for bash scripts
I think that there are two types of return values of shell functions: the exit code and the standard output. The exit code of a function can be checked for...
I want to combine your nice script in doxygen with my C++ documentation. When I add `sed -n -f /path/to/doxygen-bash.sed --` to `INPUT_FILTER`, it is not showing my CPP classes...
I'd like to have Doxygen complain about undocumented functions. I have the relevant options set in my Doxyfile. However, the sed script does not generate anything for functions without a...
I want to use intendend `@var` statements inside my function bodies. If I managed to understand the sed rules correctly, bash-doxygen ignores everything that is intended. If this is the...
Ajout d'un type par défaut (String) pour toutes les varibales dans le header de la fonction. Permet de supprimer les warnings dans les versions récentes (et surement ancienne) de doxygen...
``` test.sh:20: warning: argument 'delimiter' of command @param is not found in the argument list of hello(delimiter) test.sh:8: warning: argument 'string' of command @param is not found in the argument...
I was wondering if this was possible to use the regular Doxygen syntax with backslashes (e.g. commands like `\brief`) instead of the syntax with `@` annotations?
I followed your instructions properly, but had a hard time figuring out this issue. Is this a regular behavior? If not, I'm eager to publish a PR. Also, I have...
Hello, in writing POSIX-compliant scripts, we are unable to use the 'declare' syntax, thus I have added a stanza to match simple variable assignments. Variables matched in this way are...
Hi. Is there a way to detect function calls in order to build the call graph ?