Opened 15 years ago
Closed 15 years ago
#512 closed request (fixed)
use doxygen tag \relates
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.6 |
Component: | documentation | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Use \relates
or perhaps \relatesalso
on free functions that are very tightly connected with a class. For instance, max(const Matrix) deserves this tag, and doxygen will list the free function in a section of the class entitled Related functions.
This relates to many classes. If a free function is declared in a class header file, then the function clearly the function relates to that class.
Change History (5)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [1883]) refs #512. added relates and relatesalso tags on some free functions in namespace classifier.