Jeff Wilson
26b985947e
Updated MarkdownMode with version, skill level, and tags functionality
...
[CL 2590706 by Jeff Wilson in Main branch]
2015-06-17 15:25:53 -04:00
Jeff Wilson
0b67029ff6
#UE4 Docs: added framework for sitemap filters (tags, skill level filters, engine version filters)
...
[CL 2590651 by Jeff Wilson in Main branch]
2015-06-17 14:59:41 -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
Jeff Wilson
2c74de2472
Added crumbs parsing back
...
[CL 2555518 by Jeff Wilson in Main branch]
2015-05-18 14:08:53 -04:00
Jeff Wilson
83ebf71dd7
- Fixed Templates folder being ignored
...
- Added Skill Level metadata
- Added SEO-Title metadata
- Added SEO-Description metadata
[CL 2543386 by Jeff Wilson in Main branch]
2015-05-08 14:51:01 -04:00
Zachary EdgertonJones
4d425d60dc
Checkins for first pass of TPS updates
...
[CL 2486725 by Zachary EdgertonJones in Main branch]
2015-03-20 16:29:00 -04:00
Zachary EdgertonJones
65c25a0912
Adding third party software tracking, first pass
...
[CL 2482042 by Zachary EdgertonJones in Main branch]
2015-03-17 15:42:32 -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
Joe Conley
2e4cdcb67b
UnrealDocTranslator: Fix missing files in UnrealDocTranslator
...
- Fixed issue where if the last perforce action for a file was a MoveAdd, it was not showing up in the UI
[CL 2431068 by Joe Conley in Main branch]
2015-02-03 22:00:24 -05:00
Joe Conley
11cfc09716
UnrealDocTranslator: Fixed unintentional submissions bug
...
- Previously checked to make sure you didn't have anything from Documentation\\Source folder open for edit in default changelist before submitting moves/deletes
- Now checks to make sure you don't have files from _any_ folder open for edit in default changelist before submitting
[CL 2429499 by Joe Conley in Main branch]
2015-02-03 04:07:52 -05:00
Joe Conley
e3f7c98687
Back out revision 19 from //depot/UE4/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs
...
Unintentional submission from UnrealDocTranslator tool
[CL 2429491 by Joe Conley in Main branch]
2015-02-03 04:02:58 -05:00
Joe Conley
0155553366
Back out revision 20 from //depot/UE4/Engine/Source/Programs/UnrealDocTool/UnrealDocTranslator/UnrealDocTranslator/UnrealDocTranslatorForm.cs
...
Unintentional submission from UnrealDocTranslator tool
[CL 2429490 by Joe Conley in Main branch]
2015-02-03 04:01:20 -05:00