Skip to content

Conversation

@mbwhite
Copy link
Contributor

@mbwhite mbwhite commented Dec 17, 2025

Make all components put javadoc into a consistent root. This achieves the following

  • means the javadoc for the generated protobuf can be kept quiet - as we can't adjust the javadoc here
  • there is a single place for javadoc that could be published
  • the isthmus and core and protobuf projects can be interlinked
  • isthmus can be linked with the calcite javadoc
  • overview pages can be added
  • all under a versioned directory for easy maintence

To date there isn't (AFAIK) a stightforward maintainable way to merge javadoc form multi-component projects

@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 2 times, most recently from 7c32998 to ea78d5c Compare December 17, 2025 10:34
@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 2 times, most recently from aa66f53 to 3c5cf68 Compare January 5, 2026 16:35
Comment on lines 12 to 20
<li><a href="./index.html">core</a> Core classes and interfaces</li>
<li>
<a href="../core-proto/index.html">core-protobuf</a> The ProtoBuf wrapper
classes
</li>
<li>
<a href="../isthmus/index.html">Isthmus API</a> Utility module that uses
Calcite to convert SQL to/from Substrait
</li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest adding some extra punctuation between the link title and the description.

Suggested change
<li><a href="./index.html">core</a> Core classes and interfaces</li>
<li>
<a href="../core-proto/index.html">core-protobuf</a> The ProtoBuf wrapper
classes
</li>
<li>
<a href="../isthmus/index.html">Isthmus API</a> Utility module that uses
Calcite to convert SQL to/from Substrait
</li>
<li><a href="./index.html">core</a> - Core classes and interfaces</li>
<li>
<a href="../core-proto/index.html">core-protobuf</a> - The Protocol Buffers wrapper
classes
</li>
<li>
<a href="../isthmus/index.html">Isthmus API</a> - Utility module that uses
Calcite to convert SQL to/from Substrait
</li>

Make all components put javadoc into a consistent root.
This achieves the following

- means the javadoc for the generated protobuf can be
  kept quiet - as we can't adjust the javadoc here
- there is a single place for javadoc that could be published
- the isthmus and core and protobuf projects can be interlinked
- isthmus can be linked with the calcite javadoc
- overview pages can be added
- all under a versioned directory for easy maintence

To date there isn't (AFAIK) a stightforward maintainable way to
merge javadoc form multi-component projects

Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
@@ -0,0 +1,22 @@
<body>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having the overview.html in the repository root feels a bit odd to me and my mind is trying to figure out whether it should be in a subfolder and which one

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe src/main/doc, src/main/javadoc, src/doc? I don't have experience at all with this file here. But just throwing some ideas out. I agree that this shouldn't be at the root level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants