phmarek / fsvs

Full System Versioning System
GNU General Public License v3.0
6 stars 3 forks source link

Usage if construct `-.` #15

Open albert-github opened 1 year ago

albert-github commented 1 year ago

In the documentation we see on numerous places the use of the construct like:

/** -.

and in the file dev/FAQ the explanation is:

Why do the functions have a "-." in their comment block?

  • Ask doxygen. The first part of documentation is in the .h file, so doxygen throws away the "brief" part in the corresponding .c file. We need to have an empty sentence.

It should be investigated whether or not there are more elegant solutions to this.