Changeset 1466 for trunk/bindings


Ignore:
Timestamp:
08/05/10 13:21:58 (2 years ago)
Author:
Freddie Akeroyd
Message:

Correct doxygen comments. Refs #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/NeXusFile.hpp

    r1449 r1466  
    307307 
    308308    /** 
    309      * \param The name of the data to open. 
     309     * \param name The name of the data to open. 
    310310     */ 
    311311    void openData(const std::string& name); 
     
    339339     * 
    340340     * \param name Name of the attribute to add. 
    341      * \param data The attribute value. 
     341     * \param value The attribute value. 
    342342     */ 
    343343    template <typename NumT> 
     
    348348     * 
    349349     * \param name Name of the attribute to add. 
    350      * \param data The attribute value. 
     350     * \param value The attribute value. 
    351351     */ 
    352352    void putAttr(const char* name, const char* value); 
     
    356356     * 
    357357     * \param name Name of the attribute to add. 
    358      * \param data The attribute value. 
     358     * \param value The attribute value. 
    359359     */ 
    360360    void putAttr(const std::string& name, const std::string value); 
     
    535535     * Diagnostic print of the link information. 
    536536     * 
    537      * \param The link to print to stdout. 
     537     * \param link The link to print to stdout. 
    538538     */ 
    539539    void printLink(NXlink & link); 
     
    551551     * Find out the name of the file this object is holding onto. 
    552552     * 
    553      * \param The size of the buffer to use for reading the name. 
     553     * \param buff_length The size of the buffer to use for reading the name. 
    554554     * 
    555555     * \return The name of the file. 
Note: See TracChangeset for help on using the changeset viewer.