Commit graph

851 commits

Author SHA1 Message Date
rfm
f898f19b91 add protocols to graphing 2024-08-08 12:15:43 +01:00
Riccardo
ea9c40e35c
Merge pull request #430 from gnustep/agsdoc_new_style
Style HR bars with CSS and not inline.
2024-08-08 08:23:25 +02:00
rfm
3fb764758d Embed SVG directly into class documentation to fix hyperlinking on firefox 2024-08-07 17:48:49 +01:00
rfm
72c975c543 Simple diagrams in documentation 2024-08-07 16:12:22 +01:00
Riccardo Mottola
db2f5542f8 define class for dividing HRs and remove its in-line styling with a hard-coded CSS 2024-08-07 12:24:26 +02:00
Riccardo Mottola
322106a4d2 remove font from toc 2024-08-07 00:16:34 +02:00
Riccardo Mottola
6df0930f33 be consistent in br style 2024-08-07 00:07:47 +02:00
rfm
726777bf6e Fix typo in error message 2024-08-06 20:17:59 +01:00
rfm
9bdad8d56b Add option to set stylesheet 2024-08-06 20:17:38 +01:00
rfm
bcffa3c35d remove explicit font setting 2024-07-29 20:56:40 +01:00
rfm
1d473e573a Another memory management tweak. 2024-06-22 15:19:13 +01:00
rfm
50e1575b8d Fix some leaks 2024-06-21 15:53:55 +01:00
rfm
4233f6a9d6 fix dead assignments 2024-06-21 15:02:55 +01:00
rfm
ea1f5a0d12 Fix dead initialisations 2024-06-21 12:23:52 +01:00
rfm
695b650d4a add project authors in index 2023-12-21 21:32:35 +00:00
rfm
a442d730ce Don't include GS_GENERIC macros 2023-12-21 20:21:26 +00:00
rfm
286a127501 Warn about unmatched <ignore> tags 2023-12-12 20:45:06 +00:00
rfm
c1e14dada3 Ignore NS_DEPRECATED 2023-12-04 17:31:19 +00:00
rfm
d9d28b6e57 fixup missing return 2023-11-20 23:32:41 +00:00
rfm
7486f8e7d1 Fixed parsing of __attribute__ (ignored) in function arguments 2023-11-20 23:06:39 +00:00
rfm
69dbfb6b43 Fixup for __attribute__ before variable name 2023-11-20 20:18:39 +00:00
rfm
a67e28ad67 Avoid compiler warnings and fix error in assertion 2023-11-14 21:29:11 +00:00
rfm
319d9fd300 Add support for multiple comma separated variable declarations 2023-11-14 10:47:57 +00:00
rfm
14fde39b4a Add missing space in autogenerated text 2023-11-13 21:43:27 +00:00
rfm
57a0d9afae Add code to ignore generics markup in declarations. 2023-11-13 18:57:33 +00:00
rfm
4e3e169bed Tweak warning/verbose output and auto generate author/date when needed 2023-10-31 12:30:00 +00:00
rfm
7fc6637390 Make warnings more informative 2023-10-30 19:56:59 +00:00
rfm
1ab459bffa Permint '^' block syntax in declarator 2023-10-30 13:54:58 +00:00
rfm
112c60b48b Tweaks to make preprocessor documentation more reliable 2023-10-30 12:27:25 +00:00
rfm
8a7612857e Fixp for parsing format macros 2023-10-30 09:50:34 +00:00
rfm
15824ad7c8 Fixups for property parsing and documenting getter/setter better 2023-10-29 09:13:54 +00:00
rfm
1f5af5388b Add -where to report the current parser line and position within it 2023-10-28 15:37:12 +01:00
rfm
57f066442e Add diagnostic code and implement lookup for metods in informal protocols 2023-10-27 15:10:11 +01:00
rfm
fa30cfa93a Remove -WordMap information (now built in to autogsdoc) and use -Verbose 2023-10-26 11:24:30 +01:00
rfm
7740439ffc Fix problem marking a tool (when we find the 'main' function). 2023-10-25 10:31:10 +01:00
rfm
120ac85382 Add more predefined works for preprocessor macros used in core.
Avoid duplication of source files (repeated parsing)
2023-10-25 10:28:55 +01:00
rfm
a9a198a283 Use full name of person generating documentation as author 2023-10-23 20:11:44 +01:00
rfm
05c8051a9c Clarify warning 2023-10-23 20:04:10 +01:00
rfm
2e3740566b Ignore preprocessor directives when parsing declarations 2023-10-23 16:37:04 +01:00
rfm
77d08980f6 iMore fixes for generics comparisons 2023-10-23 15:54:43 +01:00
rfm
700228d72b Implement function to strip generic markup in order to make type
comparison work when generics are used.
2023-10-23 14:25:19 +01:00
rfm
ebf1aa9954 Record property attributes in description. 2023-10-23 11:46:46 +01:00
rfm
064feab09c Remove parsing of $Date$ and $Revision$ RCS markup.
Make default <date> content be the documentation generation timestamp.
Ignore @synthesize and @dynamic property statements in source.
Implement @property parsing.
Generate method documentation for property getters/setters.
2023-10-23 11:19:31 +01:00
Riccardo Mottola
5121156f6b The compiler complained that we ignored the return of write(), we
change to the library call and keep it happy.
2023-10-09 21:02:35 +02:00
Richard Frith-Macdonald
cd231a3efd More fixes from Yavor 2023-08-01 16:37:22 +01:00
Richard Frith-Macdonald
0f98f12c21 Add support for OSX version numbers up to 15 2023-05-08 15:50:07 +01:00
Richard Frith-Macdonald
55e53caf28 Remove check on parameter nasmes in interface and implementation. We only need types to match 2023-02-10 09:41:10 +00:00
Gregory John Casamento
ff4ade98ae Update GNUmakefile in Tools to install plutil manpage 2022-10-17 18:53:03 -04:00
Richard Frith-Macdonald
e48cfb9587 Minor mutability corrections 2022-09-15 14:52:15 +01:00
Richard Frith-Macdonald
c76ebf2962 Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
and deprecate it.  Searched for and removed obsolete references to
garbage collection in comments and documentation.
2022-02-17 10:08:18 +00:00