Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Issue 1216963007: Doxygenize the documentation comments (Closed)

Created:
5 years, 5 months ago by ascull
Modified:
5 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Doxygenize the documentation comments There were many // comment used to document classes, functions etc. but those are not picked up by doxygen which expects /// comments. This converts many comments from // to /// in order to improve the generated documentation. BUG= R=jvoung@chromium.org, kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=9612d32c7e5eb2cb403686ef31172d42e075e460

Patch Set 1 #

Total comments: 81

Patch Set 2 : Fix typos, comment types, groupings and other identified issues. #

Total comments: 2

Patch Set 3 : Fix the comment reflow #

Total comments: 1

Patch Set 4 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4385 lines, -1706 lines) Patch
M Doxyfile View 1 1 chunk +1 line, -1 line 0 comments Download
M src/IceAPInt.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/IceAssembler.h View 1 13 chunks +39 lines, -39 lines 0 comments Download
M src/IceAssembler.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceAssemblerARM32.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceAssemblerMIPS32.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceAssemblerX8632.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
A src/IceAssemblerX8632.cpp View 1 2 3 1 chunk +2559 lines, -0 lines 0 comments Download
M src/IceAssemblerX8664.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceAssemblerX8664.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceBrowserCompileServer.h View 1 4 chunks +22 lines, -21 lines 0 comments Download
M src/IceBrowserCompileServer.cpp View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceBuildDefs.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceCfg.h View 1 10 chunks +83 lines, -60 lines 0 comments Download
M src/IceCfg.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceCfgNode.h View 1 4 chunks +33 lines, -24 lines 0 comments Download
M src/IceCfgNode.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceClFlags.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceClFlags.cpp View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceClFlagsExtra.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceCompileServer.h View 1 3 chunks +17 lines, -16 lines 0 comments Download
M src/IceCompileServer.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceCompiler.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/IceCompiler.cpp View 1 2 3 1 chunk +8 lines, -7 lines 0 comments Download
M src/IceConditionCodesARM32.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/IceConditionCodesX8632.h View 1 3 chunks +9 lines, -8 lines 0 comments Download
M src/IceConditionCodesX8664.h View 1 2 3 3 chunks +9 lines, -8 lines 0 comments Download
M src/IceConverter.h View 1 3 chunks +14 lines, -13 lines 0 comments Download
M src/IceConverter.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceDefs.h View 1 8 chunks +35 lines, -34 lines 0 comments Download
M src/IceELFObjectWriter.h View 1 4 chunks +61 lines, -60 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceELFSection.h View 1 14 chunks +62 lines, -61 lines 0 comments Download
M src/IceELFSection.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceELFStreamer.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
M src/IceFixups.h View 1 2 chunks +8 lines, -7 lines 0 comments Download
M src/IceFixups.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceGlobalContext.h View 1 17 chunks +96 lines, -95 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceGlobalInits.h View 1 9 chunks +20 lines, -19 lines 0 comments Download
M src/IceGlobalInits.cpp View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceInst.h View 1 33 chunks +136 lines, -135 lines 0 comments Download
M src/IceInst.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceInstARM32.h View 1 2 3 30 chunks +90 lines, -89 lines 0 comments Download
M src/IceInstARM32.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceInstMIPS32.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceInstX8632.h View 1 2 3 51 chunks +181 lines, -180 lines 0 comments Download
M src/IceInstX8632.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceIntrinsics.h View 1 4 chunks +34 lines, -33 lines 0 comments Download
M src/IceIntrinsics.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceLiveness.h View 1 4 chunks +21 lines, -20 lines 0 comments Download
M src/IceLiveness.cpp View 1 1 chunk +12 lines, -11 lines 0 comments Download
M src/IceOperand.h View 1 19 chunks +125 lines, -119 lines 0 comments Download
M src/IceOperand.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceRNG.h View 1 3 chunks +10 lines, -9 lines 0 comments Download
M src/IceRNG.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceRegAlloc.h View 1 3 chunks +14 lines, -13 lines 0 comments Download
M src/IceRegAlloc.cpp View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceRegistersARM32.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M src/IceRegistersMIPS32.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M src/IceRegistersX8632.h View 1 2 3 6 chunks +14 lines, -13 lines 0 comments Download
M src/IceRegistersX8664.h View 1 2 3 5 chunks +12 lines, -11 lines 0 comments Download
M src/IceTLS.h View 1 1 chunk +7 lines, -6 lines 0 comments Download
M src/IceTargetLowering.h View 1 2 3 13 chunks +99 lines, -98 lines 0 comments Download
M src/IceTargetLowering.cpp View 1 2 3 1 chunk +8 lines, -7 lines 0 comments Download
M src/IceTargetLoweringARM32.h View 1 2 3 7 chunks +28 lines, -27 lines 0 comments Download
M src/IceTargetLoweringARM32.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTargetLoweringX8632.h View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceTargetLoweringX8632.cpp View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download
M src/IceTargetLoweringX8664.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTargetLoweringX8664.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceTargetLoweringX86Base.h View 1 2 3 10 chunks +33 lines, -32 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 2 3 18 chunks +82 lines, -81 lines 0 comments Download
M src/IceThreading.h View 1 4 chunks +80 lines, -79 lines 0 comments Download
M src/IceThreading.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceTimerTree.h View 1 3 chunks +23 lines, -22 lines 0 comments Download
M src/IceTimerTree.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTranslator.h View 1 3 chunks +9 lines, -8 lines 0 comments Download
M src/IceTranslator.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTypeConverter.h View 1 2 chunks +8 lines, -7 lines 0 comments Download
M src/IceTypeConverter.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download
M src/IceTypes.h View 1 5 chunks +17 lines, -16 lines 0 comments Download
M src/IceTypes.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/IceUtils.h View 1 6 chunks +21 lines, -20 lines 0 comments Download
M src/PNaClTranslator.h View 1 2 chunks +9 lines, -8 lines 0 comments Download
M src/PNaClTranslator.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/main.cpp View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
ascull
5 years, 5 months ago (2015-06-30 18:40:31 UTC) #2
jvoung (off chromium)
+cc others who would be adding comments https://codereview.chromium.org/1216963007/diff/1/src/IceAssembler.h File src/IceAssembler.h (right): https://codereview.chromium.org/1216963007/diff/1/src/IceAssembler.h#newcode16 src/IceAssembler.h:16: // LLVM ...
5 years, 5 months ago (2015-06-30 22:05:48 UTC) #5
Karl
I didn't comment on private fields/methods with /// comments. However, my thought is that (in ...
5 years, 5 months ago (2015-07-06 18:08:49 UTC) #6
ascull
As this is an aid for developers I think private items are good to document. ...
5 years, 5 months ago (2015-07-06 19:29:10 UTC) #7
jvoung (off chromium)
Thanks Andrew! (and Karl for the second review) otherwise LGTM https://codereview.chromium.org/1216963007/diff/1/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/1216963007/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode905 ...
5 years, 5 months ago (2015-07-06 20:07:44 UTC) #8
Karl
lgtm
5 years, 5 months ago (2015-07-06 20:08:53 UTC) #9
ascull
Final fix for comment reflow https://codereview.chromium.org/1216963007/diff/20001/src/IceCompiler.cpp File src/IceCompiler.cpp (right): https://codereview.chromium.org/1216963007/diff/20001/src/IceCompiler.cpp#newcode12 src/IceCompiler.cpp:12: /// It can either ...
5 years, 5 months ago (2015-07-06 21:24:55 UTC) #10
jvoung (off chromium)
https://codereview.chromium.org/1216963007/diff/40001/src/IceCompiler.cpp File src/IceCompiler.cpp (right): https://codereview.chromium.org/1216963007/diff/40001/src/IceCompiler.cpp#newcode12 src/IceCompiler.cpp:12: /// It can either directly parse the binary bitcode ...
5 years, 5 months ago (2015-07-06 21:43:25 UTC) #11
ascull
Remove the typo in comments and rebase onto master
5 years, 5 months ago (2015-07-06 21:52:55 UTC) #12
ascull
5 years, 5 months ago (2015-07-06 21:53:30 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
9612d32c7e5eb2cb403686ef31172d42e075e460 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698