02-16-2015, 03:17 AM
(This post was last modified: 02-16-2015, 03:23 AM by LogicParrot.)
I have a question: Doxygen is supposed to auto-generate the docs from source, but where is it grabbing the sentences from?
For instance, bool cWorld::AddChunkClient has this description:
But this sentence does not exist in World.h or World.cpp. So, where was it fetched from?
For instance, bool cWorld::AddChunkClient has this description:
Quote:Adds client to a chunk, if not already present; returns true if added, false if present
But this sentence does not exist in World.h or World.cpp. So, where was it fetched from?