![]() |
/**< comments in header files */
A number of header files comment struct fields with /**< comments.
What does this denote? I could guess but I won't as I can think of several possibilities. There's nothing about it in the coding guidelines I found by searching, and searching on angband **< didn't turn up anything. |
It's for building source documentation with doxygen. Here is the current source documentation for the latest build.
As an example, in the documenation for player.h, compare the descriptions of struct quest and struct player_race. The comment headers above functions that look like this: Code:
/** Note that this is far from completely done throughout the codebase. |
Thanks, something like that was one of my guesses.
|
All times are GMT +1. The time now is 07:16. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, vBulletin Solutions Inc.