diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 518f64ce0b..c4032c03a0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,13 +16,17 @@ The license applies to all entries newer than 2009-04-28. */ +2011-03-10 11:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbmk2_qt.hbs + * Do not include source filenames in doc. + 2011-03-10 09:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbmk2_qt.hbs ! Fix to prev. ; QUESTION: What is the reason that the constructor code is manually written for each class, instead of - being automatically generated? - Can it be also autogenerated? + being automatically generated? [CAN BE DONE] + ; TODO: Autogenerate constructors. 2011-03-10 07:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbgs/hbgs.hbp diff --git a/harbour/contrib/hbqt/hbmk2_qt.hbs b/harbour/contrib/hbqt/hbmk2_qt.hbs index 18faf7942d..5cd7bbe12a 100644 --- a/harbour/contrib/hbqt/hbmk2_qt.hbs +++ b/harbour/contrib/hbqt/hbmk2_qt.hbs @@ -2104,13 +2104,10 @@ METHOD HbQtSource:buildDOC() hEntry[ "COMPLIANCE" ] := "Not Clipper compatible" hEntry[ "PLATFORMS" ] := "Windows, Linux, Mac OS X, OS/2" hEntry[ "VERSION" ] := cQT_VER + " or upper" - hEntry[ "FILES" ] := "" - hEntry[ "FILES" ] += "Harbour source: " + "contrib/hbqt" + iif( Empty( cLib ), "", "/" + cLib ) + "/T" + ::cQtObject + ".prg" + hb_eol() - hEntry[ "FILES" ] += "C++ wrappers : " + "contrib/hbqt" + iif( Empty( cLib ), "", "/" + cLib ) + "/" + ::cQtObject + ".cpp" + hb_eol() - hEntry[ "FILES" ] += "Library : " + "hb" + cLib + hEntry[ "FILES" ] := "Library: " + "hb" + cLib #if 0 hEntry[ "SEEALSO" ] := "" - hEntry[ "SEEALSO" ] += iif( empty( cInherits ), "", cInherits + "()" ) + hEntry[ "SEEALSO" ] += iif( Empty( cInherits ), "", cInherits + "()" ) #endif RETURN hb_MemoWrit( ::cDOCFileName, __hbdoc_ToSource( { hEntry } ) )