astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Doxygen not showing links in files #234

Closed dpshelio closed 5 years ago

dpshelio commented 5 years ago

What we see: screenshot from 2019-01-18 18-24-57

What we want: screenshot from 2019-01-18 18-25-18

The top one links to the source code only if clicking on the icon, but the filename doesn't link to anything. In the bottom image the filenames are linked to the reference of the file (as it happens with the directories in both cases).

The bottom one was obtained by adding to the cpp/docs/Doxyfile.in the following:

@@ -948,7 +948,7 @@ IMAGE_PATH             = ${PURIFY_DOXY_INPUT}/docs/assets/img
 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
 # properly processed by doxygen.

-INPUT_FILTER           =
+INPUT_FILTER           = doxygen_pp

 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
 # basis. Doxygen will compare the file name with each pattern and apply the

where doxygen_pp comes from casacore. Licenses are compatible, but running via this filter breaks other parts of the documentation.

dpshelio commented 5 years ago

232 and or #235 fixed this. No filter needed!