diff options
author | albert-github <albert.tests@gmail.com> | 2018-02-03 14:18:56 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-02-03 14:18:56 (GMT) |
commit | f69d501429f12a2027bb2dfc100a69a30ca1c7f9 (patch) | |
tree | 39689e6cd9b207d6f46914351828bbf3d60f093a /src/config.xml | |
parent | a1474373a0be8b099a2458b9c02d19e191e457e7 (diff) | |
download | Doxygen-f69d501429f12a2027bb2dfc100a69a30ca1c7f9.zip Doxygen-f69d501429f12a2027bb2dfc100a69a30ca1c7f9.tar.gz Doxygen-f69d501429f12a2027bb2dfc100a69a30ca1c7f9.tar.bz2 |
Small clarification for REFERENCED_BY_RELATION
Based on stack overflow question "Track C variable doxygen" (https://stackoverflow.com/questions/48586670/track-c-variable-doxygen)
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index ca33470..38dfefb 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1559,7 +1559,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" <docs> <![CDATA[ If the \c REFERENCED_BY_RELATION tag is set to \c YES - then for each documented function all documented + then for each documented entity all documented functions referencing it will be listed. ]]> </docs> |