Commit Graph

79 Commits

Author SHA1 Message Date
Richard Hinckley
a581531c18 Class descriptions now tolerate < and > symbols. Considering making this global, but it will interfere with our ability to use HTML tags. We may not want that ability, however.
[CL 2640316 by Richard Hinckley in Main branch]
2015-07-31 10:46:47 -04:00
Richard Hinckley
61db68c4e3 APIDocTool filtering now uses Perl instead of C#.
[CL 2626367 by Richard Hinckley in Main branch]
2015-07-20 15:01:10 -04:00
Ben Marsh
27797a40fb Disable XGE when building DocumentationEditor. It's only building UnrealHeaderTool, so it's not much use anyway - but it has caused failures on the build farm.
[CL 2618116 by Ben Marsh in Main branch]
2015-07-13 09:27:56 -04:00
Richard Hinckley
a5091505f8 APIDocTool temp hack to remove duplicate output delegate pins. Will be removed when UE-16475 is resolved.
[CL 2575874 by Richard Hinckley in Main branch]
2015-06-03 14:14:21 -04:00
Richard Hinckley
f526b828c3 Improving APIDocTool in the case of ref pointers or pointers to pointers.
[CL 2560780 by Richard Hinckley in Main branch]
2015-05-21 10:19:21 -04:00
Richard Hinckley
5a9679110c [UEDOC-1625] Remove space before * or & in function parameter lists generated by APIDocTool to match Epic code standards.
[CL 2557334 by Richard Hinckley in Main branch]
2015-05-19 13:35:49 -04:00
Richard Hinckley
4e136425ef Fix APIDocTool to account for potential removal of crumbs from UnrealDocTool.
[CL 2555519 by Richard Hinckley in Main branch]
2015-05-18 14:09:34 -04:00
Richard Hinckley
ac8ef05375 @see tags improved in APIDocTool. Might want to refactor some of this code soon, there's getting to be a pretty big and complex function that does a almost all of the snippet work.
[CL 2474797 by Richard Hinckley in Main branch]
2015-03-11 01:23:42 -04:00
Richard Hinckley
0ef743196a Improved API Snippet "See Also" text by adding proper page descriptions into See Also links.
[CL 2473765 by Richard Hinckley in Main branch]
2015-03-10 10:33:21 -04:00
Richard Hinckley
4149b6d74b "See Also" section added to APIDocTool with ///CODE_SNIPPET_SEE: tag, pending a better tag name.
[CL 2473720 by Richard Hinckley in Main branch]
2015-03-10 10:01:38 -04:00
Richard Hinckley
b8e928907e [UE-11052] Not done, but made some improvements.
[CL 2469279 by Richard Hinckley in Main branch]
2015-03-04 16:32:51 -05:00
Richard Hinckley
36ff156224 Nested code-snippet opening tags in APIDocTool are now ignored with a warning instead of causing the process to fail.
[CL 2465576 by Richard Hinckley in Main branch]
2015-02-28 15:38:31 -05:00
Ben Marsh
4e6116fbba [INTEGRATE] Change 2453101 by bruce.nesbit@bnesbit_Releases on 2015/02/20 08:51:44
Added support for snippets to variables doc generation.
	Renamed LoadSnippetTextForFunction to LoadSnippetTextForSymbol

	#lockdown James.Golding

[CL 2460087 by Ben Marsh in Main branch]
2015-02-25 08:00:44 -05:00
bruce nesbit
83637237f8 Fixed compile error in APIDocTool Utility.cs
[CL 2459919 by bruce nesbit in Main branch]
2015-02-25 02:24:38 -05:00
bruce nesbit
8487458fc8 Added safety checks on delete functions in APIDocTool
[CL 2458175 by bruce nesbit in Main branch]
2015-02-24 05:09:48 -05:00
Richard Hinckley
ec33e8a231 Merging improvement to Code Snippets from 4.7 Branch (original CL 2456709).
[CL 2456715 by Richard Hinckley in Main branch]
2015-02-23 14:57:05 -05:00
Matthew Griffin
4689f79787 [INTEGRATE] Change 2442372 by Richard.Hinckley@Richard.Hinckley_Z3230_Releases on 2015/02/11 16:58:16
[UE-9282] - Fixed by adding the capability to separate notes from normal text. Output is now  interleaved between the two text types.

[CL 2448753 by Matthew Griffin in Main branch]
2015-02-17 10:45:26 -05:00
Ben Marsh
93019d321a Pass appropriate parameters to the spawned editor for generating blueprint JSON file.
[CL 2437930 by Ben Marsh in Main branch]
2015-02-09 09:25:12 -05:00
Ben Marsh
46ff140579 Fix for blueprint docs build failing due to Blutility module not being loaded, and add editor command line into the log.
#codereview Marc.Audy

[CL 2425588 by Ben Marsh in Main branch]
2015-01-30 08:23:48 -05:00
Richard Hinckley
73733fd49c Removed source-file text from documentation.
[CL 2418814 by Richard Hinckley in Main branch]
2015-01-26 13:09:07 -05:00
Ben Marsh
5badae81c2 Fix build error in APIDocTool
[CL 2415458 by Ben Marsh in Main branch]
2015-01-22 12:30:48 -05:00
Ben Marsh
d05a383d46 Fixes for Doxygen warnings.
[CL 2415280 by Ben Marsh in Main branch]
2015-01-22 09:24:44 -05:00
Richard Hinckley
fa3a1d9bc8 Created example snippet-harvesting block for GetActorLocation and GetActorRotation in sample ShooterGame. Changed the default snippet path from Templates to Samples.
[CL 2414254 by Richard Hinckley in Main branch]
2015-01-21 15:16:28 -05:00
Richard Hinckley
7fec2a3887 Bugfix: Added a check to snippet clean procedure to ensure the intermediate directory exists before attempting to delete it. Also added "codesnippets" option to the help output.
[CL 2413708 by Richard Hinckley in Main branch]
2015-01-21 09:22:12 -05:00
Richard Hinckley
5b21a68067 Initial version of API snippet harvesting code. Contains some bug fixes from BenM.
[CL 2412591 by Richard Hinckley in Main branch]
2015-01-20 14:08:56 -05:00