> > QString::Data > Internal type, doesn't need documentation. Missing documentation is not equal to marking something as internal. QDoc will complain. To make it proper you are expected to use \internal tag. QString::Data is a public typedef.
________________________________________ Od: [email protected] [[email protected]] w imieniu Thiago Macieira [[email protected]] Wysłano: 20 lutego 2014 18:15 Do: [email protected] Temat: Re: [Development] Missing documentation Em qui 20 fev 2014, às 22:32:35, Sze Howe Koh escreveu: > QAbstractOpenGLFunctions::initializeOpenGLFunctions() That's an internal function. > QByteArray::setNum() Those are documented. > QString::Data Internal type, doesn't need documentation. How did you create the list? In my quick check, a few of the items are correctly identified as lacking documentation, but the above don't make sense. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
