1 / 11

Doxygen

Present : Chuan- Che Yen. Doxygen. What is Doxygen. A documentation system Support C++, C, Java, Objective- C,etc . It can output as html,LaTeX,Unix Man Page,etc . Flexible Configuration $ doxygen –g $ config_file ; vim $ config_file. Typical Configuration. PROJECT_NAME

shelly
Download Presentation

Doxygen

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Present : Chuan-Che Yen Doxygen

  2. What is Doxygen • A documentation system • Support C++, C, Java, Objective-C,etc. • It can output as html,LaTeX,Unix Man Page,etc. • Flexible Configuration • $ doxygen –g $config_file ; vim $config_file

  3. Typical Configuration • PROJECT_NAME • PROJECT_NUMBER • OUTPUT_DIRECTORY • QUIET

  4. What should be in source • @file,@author,@brief,@param,@return • Be careful of the comment • /** * /// */ • How about Doxygen syntax?

  5. Usage • doxygen $config_file

  6. Some topic of vim

  7. Split • sp [lit] , vsp[lit] • diffs • How to change window size ? • How to change cursors?

  8. substitude • :s • Usage • :s/foo/bar/g(c)(I / i) • :%s/<foo>/bar/g • :1,.s/foo/bar/

  9. folding • shift+v , zF • zfap,7zf,zf5G • zo,zc,zR,zM • mkview,loadview

  10. tab • tabnewfilename • tabn # • tabc,tabn,tabp

More Related