Thread: doxygen and functions

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    57

    doxygen and functions

    Ive been playing around with doxygen and my C project.

    It works fine for a struct of mine but whenever i try to add for my functions nothing seems to appear anywhere.

    I tried just normal commenting and using fn.

    Anyone know what else i should try here?

    Thanks

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    57
    \file

    needs to be somewhere in the file for globals/externs. like at the top.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. xuni: a Graphical User Interface Widget Toolkit
    By dwks in forum Projects and Job Recruitment
    Replies: 45
    Last Post: 06-04-2008, 02:35 PM
  2. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  3. Doxygen failing
    By Elysia in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 04-16-2008, 01:24 PM