Subscribe

Documenting implicitly generated C++ function

  1. 2011-10-15 10:37:57 PDT
    I sometimes use an empty group to document use of implicitly generated C++ functions: /** * @name Assignment * * The implicitly generated copy assignment operator is used by design. */ //@{ // End Assignment //@} However the empty group doesn't show in my documentation. Is there a way to have empty groups in Doxygen documentation? Or is there a better way to document implicitly generated C++ functions? Thanks, Geoff Alexander
Jump To:
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.