Changes between Version 3 and Version 4 of Documentation/UserGuide/DoxygenDocumentation


Ignore:
Timestamp:
2023-06-01T12:54:10+02:00 (11 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DoxygenDocumentation

    v3 v4  
     1=  Use doxygen to generate subroutine call graphs and offline html-form documentation = 
     2 
     3Author: Chao Yue 
     4Last revision: 2022/06/01, Chao Yue  
     5 
    16Simple instructions on how to use doxygen to generate offline webpage-form documentation for ORCHIDEE. One of the nice features is that it will show calling graph, i.e., which subroutines a given subroutine is calling and itself in turn is called by which subroutines. The call graph is also interactive. When you click on a subroutine, you will be directed to the details of this subroutine, because the offline webpages are linked. Note we are just visiting our local files using an internet browser. As a result it's not encouraged to do this on a server because it's not necessarily straightforward to install doxygen and related software on a server or to initiate a web browser and forward its content to your own monitor or screen, with the latter especially slow when the internet connection to the server is bad. 
    27