/
glscene
/
pasdoc
ОбзорДокументацияВойти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
pasdoc/
source/component/
..
cssfiles

* changed authors to <ul> and added a class * added class to most headings

21 год назад
images

- Outdated visibility images in img/*.gif removed - Visibility images in source/components/*.inc removed (in favor of counterparts in source/components/images/) + source/components/images/ : up-to-date visibility *.gif images, corresponding *.gif.inc files, Makefile to convert *.gif -> *.gif.inc using file_to_pascal_data

21 год назад
strutils

* DupeString and ExcludeTrailingPathDelimiter added in order to fix bug "[ 1349742 ] Delphi 5 issues (20051106)"

21 год назад
tipue

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
Makefile

* pasdoc.css is now overwritten (see my mail on pasdoc-main "Making pasdoc overwrite css by default ?" on 2005-05-29) + Utils.CopyFile * Default pasdoc.css is now kept in separate file, this is more comfortable, TGenericHTMLDocGenerator.WriteBinaryFiles simplified

21 год назад
PasDoc_Aspell.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_Base.pas

* adjusted to x86_64: trivial update of COMPILER_BITS const, trivial build/dist-fpc-linux-x86 targets in the Makefile

18 лет назад
PasDoc_Gen.pas

* Fixed @include tag directory resolving, by CombinePaths, just like previous commit * added TExternalItem.BasePath so that @image and @include work from introduction/conclusion too

18 лет назад
PasDoc_GenHtml.pas

* fix html validity: <img> must have an "alt" attribute. I took it from basename (no dir, no extension) of used ChosenFileName.

18 лет назад
PasDoc_GenHtmlHelp.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_GenLatex.pas

* Fixed writing enum values: when --auto-abstract was on (or you used @abstract for them), only the detailed description was written. Solution: use WriteItemLongDescription (with OpenCloseParagraph = false) instead of TPasItem.GetDescription + testcase for above bug in tests/ok_enumeration_auto_abstract.pas

18 лет назад
PasDoc_GenSimpleXML.pas

* more simplexml fixes along the previous commit: many strings should be processed by ConvertString

18 лет назад
PasDoc_Hashes.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_HierarchyTree.pas

Fixing autodoc * proper dashes are used (---, @- and such) * using @orderedList and @unorderedList tags * using @italic(text) to emphasise, instead of *text* * removed @author(Marco Schmidt) from TDocGenerator -- author's list is managed in PasDoc_Gen unit description

21 год назад
PasDoc_Items.pas

* Fixed writing enum values: when --auto-abstract was on (or you used @abstract for them), only the detailed description was written. Solution: use WriteItemLongDescription (with OpenCloseParagraph = false) instead of TPasItem.GetDescription + testcase for above bug in tests/ok_enumeration_auto_abstract.pas

18 лет назад
PasDoc_Languages.pas

* updated Russian localization by werewolf_ at users.sourceforge.net, closes "[ 2003187 ] Updated ru localization"

18 лет назад
PasDoc_Languages_Chinese_gb2312.inc

* Correct Chinese gb2312 translation, closes "[ 1768277 ] Support chinese language(continues)" (I'm committing the exact file uploaded by Liu, so that nothing will mess these characters) + Liu Chuanjun as author of Chinese gb2312 * Fixed email addresses in PasDoc_Languages.pas to avoid spammers

19 лет назад
PasDoc_ObjectVector.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_OptionParser.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_Parser.pas

Bugfix for #1579469: Unit names with dots (namespaces) not parsed (I hope I got all occurences)

20 лет назад
PasDoc_ProcessLineTalk.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_Reg.pas

* PasDoc_Console.dpr renamed to pasdoc.dpr, this makes things consistent with what is released (pasdoc releases, including old 0.8.8 and latest 0.9.0, always included the binary `pasdoc', not `PasDoc_Console') * Unit PasDoc.pas renamed to PasDoc_Base.pas, to avoid any potential naming conflicts

21 год назад
PasDoc_Scanner.pas

+ Chinese_gb2312 translation from tracker "[ 1767925 ] Support chinese language" * check also lowercase include file name, needed on case-sensitive filesystems

19 лет назад
PasDoc_Serialize.pas

* Compatibility with FPC 1.0.10 is dropped, many related things cleaned up

21 год назад
PasDoc_SortSettings.pas

* SortSettings, --sort command-line option implemented * By default pasdoc does not sort anything, you can change it using --sort

21 год назад
PasDoc_StreamUtils.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_StringPairVector.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_StringVector.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_TagManager.pas

* Fixed the case when description ends with "@tag(", was range check error, should be proper pasdoc warning. Testcase in tests/warning_desc_end.pas

18 лет назад
PasDoc_Tokenizer.pas

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
PasDoc_Types.pas

+ Auto-linking implemented: --auto-link option, @noLink tag. ok_auto_link.pas test added. * @code tag is allowed to be used inside itself. There was no really good reason for not allowing it. Test inside tests/warning_incorrect_tag_nesting.pas updated accordingly. * PasDoc_Types: simple improvements: MaxNameParts const and GlueNameParts function.

21 год назад
PasDoc_Utils.pas

* fix html validity: <img> must have an "alt" attribute. I took it from basename (no dir, no extension) of used ChosenFileName.

18 лет назад
pasdoc.css

* Changed tables (from @table tag and around detailed descr) border color to gray. lightgray thin border was too light, almost invisible on LCD

21 год назад
pasdoc.css.inc

* Changed tables (from @table tag and around detailed descr) border color to gray. lightgray thin border was too light, almost invisible on LCD

21 год назад
pasdoc_defines.inc

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
pasdoc_kylixversions.inc

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
pasdoc_versions.inc

Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway

20 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©