Ticket #183 (closed defect: fixed)
Warnings about cape-open_error when generating docs
Reported by: | michelpons | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Maintenance of Phase II |
Component: | Building distribution | Version: | 1.2.0.13 |
Keywords: | Cc: |
Description
The following warnings appear in the process of building new installers of the COBIA distribution and relates to the generation of documentation:
Generating docs for compound COBIA::cape_open_error...
D:/onedrive/software/cobia/build/COBIA/COBIA/CLIENT/cape_open_error.h:94: warning: argument 'cause' of command @param is not found in the argument list of COBIA::cape_open_error::cape_open_error(const std::basic_string< CapeCharacter? > &description, ICapeError *_cause)
D:/onedrive/software/cobia/build/COBIA/COBIA/CLIENT/cape_open_error.h:94: warning: The following parameter of COBIA::cape_open_error::cape_open_error(const std::basic_string< CapeCharacter? > &description, ICapeError *_cause) is not documented:
parameter '_cause'
D:/onedrive/software/cobia/build/COBIA/COBIA/CLIENT/cape_open_error.h:133: warning: argument 'err' of command @param is not found in the argument list of COBIA::cape_open_error::cape_open_error(CapeResult? _errorCode, ICapeError *error)
D:/onedrive/software/cobia/build/COBIA/COBIA/CLIENT/cape_open_error.h:133: warning: The following parameter of COBIA::cape_open_error::cape_open_error(CapeResult? _errorCode, ICapeError *error) is not documented:
parameter 'error'
In [681676a13411c664b6cd5d86c2ea65190c28118b]: