Custom Query (197 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 197)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#183 fixed Warnings about cape-open_error when generating docs jasper michelpons

Reported by michelpons, 8 months ago.

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'

#182 fixed Warning in generating docs for namespace CAPEOPEN_1_2 jasper michelpons

Reported by michelpons, 8 months ago.

Description

The following warning message is displayed on console during the build process of the COBIA installers:

build/COBIA/COBIA/CLIENT/COBIA.h:154: warning: documented empty return type of CAPEOPEN_1_2::DepersistPMCFromTransitionFormat

#181 fixed cape_open_error wants underlying object for COBIAERR_CAPEOPENError jasper jasper

Reported by jasper, 9 months ago.

Description

COBIA's implementation of cape_open_error has a constructor

cape_open_error(CapeResult _errorCode,ICapeInterface *object=nullptr):

This constructor, for COBIAERR_CAPEOPENError wants the object to be non-null to ask it for the error that caused this.

The constructor for COMBIA's COM_error however uses COBIAERR_CAPEOPENError without passing an underlying object. As assert fires here.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.