Show
Ignore:
Timestamp:
04/13/06 05:47:01 (3 years ago)
Author:
jordi
Message:

Added the doxygen documentation builder file in the "doc" directory. I've also wirtten the missing documentation for all files in "src", but not in "src/gtk" a it would be redundant.

Also I've been paranoic on spelling (I'm a very bad spelled) and spell checked all source files, changing some string. Updated the translations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/DocumentPage.h

    r19 r49  
    2121namespace ePDFView 
    2222{ 
     23    /// 
     24    /// @class DocumentPage 
     25    /// @brief A single document's page. 
     26    /// 
     27    /// Contains the rendered image of a single document's page. 
     28    /// 
    2329    class DocumentPage 
    2430    { 
    2531        public: 
    26             DocumentPage (); 
    27             ~DocumentPage (); 
     32            DocumentPage (void); 
     33            ~DocumentPage (void); 
    2834             
    2935            guchar *getData (void);