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.
This commit is contained in:
Viktor Szakats
2011-03-10 10:14:05 +00:00
parent f52b723f7a
commit a7c70a1b97
2 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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 } ) )