This did not match the URL we ended up using for MediaPipe, so needs to be set correctly in order to generate docs that match the real site.
This change sets the default to be correct.
PiperOrigin-RevId: 494874789
The last CL used `mediapipe/java`, which is an old API. I've also added a flag to override the Java source location. This shouldn't be needed normally but makes local testing easier for both internal and external users.
PiperOrigin-RevId: 487704937
The `"""` comment indicates a public docstring for the module, and will end up in the generated docs. By using a "private" comment (`#`) we will not document the license as part of the API.
The Apache license is noted in the footer of generated docs, and this is sufficient.
PiperOrigin-RevId: 487688719
This is pretty bare-bones for now, but I need something to start wiring up the rest of the automation. Plus this should be easy enough for anyone to riff on once it's in place.
I couldn't find a great location within the existing directory structure for this, so LMK if it should be re-homed.
PiperOrigin-RevId: 484426543