Hi,
I have in-house IDE I use with Yii and I want to make integration with Yii Manuals (API, Guide and Blog). All I need is un-compiled CHM files (html/css/js and .hhp .hhk and .hhc). I tried with Guide and all I can get is latex files. So is with blog. I did not get API generate files (see error log below.)
My question is, is it possible to get that with Yii. I got it when compiling PHP Manual's docbook XML.
I don't understand much of Yii docs so sorry if it is something obvious
And If I posted in inappropriate place, I apologize.
Stefano
I have in-house IDE I use with Yii and I want to make integration with Yii Manuals (API, Guide and Blog). All I need is un-compiled CHM files (html/css/js and .hhp .hhk and .hhc). I tried with Guide and all I can get is latex files. So is with blog. I did not get API generate files (see error log below.)
My question is, is it possible to get that with Yii. I got it when compiling PHP Manual's docbook XML.
I don't understand much of Yii docs so sorry if it is something obvious
And If I posted in inappropriate place, I apologize.
Stefano
Quote
~/Desktop/yii-master$ ./build/build api check yiidocs/
Checking PHPDoc @param in source files ...
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/db/schema/mssql/CMssqlSqlsrvPdoAdapter.php
Parameter line....: 30
Parameter name....: $sequence
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/logging/CLogger.php
Parameter line....: 132
Parameter name....: $except
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/logging/CLogger.php
Parameter line....: 183
Parameter name....: $index
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/utils/CFileHelper.php
Parameter line....: 280
Parameter name....: $recursive
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/utils/CFormatter.php
Parameter line....: 203
Parameter name....: $time
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CEmailValidator.php
Parameter line....: 187
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CUrlValidator.php
Parameter line....: 167
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CUrlValidator.php
Parameter line....: 180
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/web/widgets/captcha/CCaptcha.php
Parameter line....: 164
Parameter name....: $extension
Done.
Checking PHPDoc @param in source files ...
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/db/schema/mssql/CMssqlSqlsrvPdoAdapter.php
Parameter line....: 30
Parameter name....: $sequence
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/logging/CLogger.php
Parameter line....: 132
Parameter name....: $except
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/logging/CLogger.php
Parameter line....: 183
Parameter name....: $index
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/utils/CFileHelper.php
Parameter line....: 280
Parameter name....: $recursive
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/utils/CFormatter.php
Parameter line....: 203
Parameter name....: $time
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CEmailValidator.php
Parameter line....: 187
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CUrlValidator.php
Parameter line....: 167
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/validators/CUrlValidator.php
Parameter line....: 180
Parameter name....: $value
ERROR.............: Documentation not found!
Source file.......: /home/stefano/Desktop/yii-master/framework/web/widgets/captcha/CCaptcha.php
Parameter line....: 164
Parameter name....: $extension
Done.