Changeset 49 for trunk/src/PDFDocument.h

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/PDFDocument.h

    r22 r49  
    2323    /// 
    2424    /// @class PDFDocument 
    25     /// @brief Has information about a single document. 
     25    /// @brief A PDF document. 
    2626    /// 
    27     /// Every PDF handled by the application is represented as a Document 
    28     /// class. All information about the document, number of pages, current 
    29     /// page, etc. is inside this class. 
     27    /// Derived class from IDocument that loads and renders PDF documents. 
    3028    /// 
    3129    class PDFDocument: public IDocument