Description
Compiler version
3.1.0
Minimized code
The trait Config
has docs that point to ConfigValue
.
* <p>
* Convert a <code>Config</code> to a JSON or HOCON string by calling
* [[#root root]] to get the [[ConfigObject]] and then call
* [[ConfigValue!.render:String* render]]
* on the root object, <code>myConfig.root.render</code>. There's also a variant
* [[ConfigValue!.render(options:org\.ekrich\.config\.ConfigRenderOptions)* render(ConfigRenderOptions)]]
* inherited from [[ConfigValue]] which allows you to control
* the format of the rendered string. (See {@link ConfigRenderOptions}.) Note
* that <code>Config</code> does not remember the formatting of the original
* file, so if you load, modify, and re-save a config file, it will be
* substantially reformatted.
Here is the generated docs: https://www.javadoc.io/doc/org.ekrich/sconfig_3/latest/index.html#org.ekrich.config.Config
Output
[info] Main Scala API documentation to /Users/eric/workspace/sconfig/sconfig/jvm/target/scala-3.1.0/api...
[info] Skipping unused scalacOptions: -deprecation, -feature
[warn] -- Warning: sconfig/shared/src/main/scala/org/ekrich/config/Config.scala:171:6 -
[warn] 171 |trait Config extends ConfigMergeable {
[warn] | ^
[warn] | No DRI found for query: ConfigValue!.render:String*
[warn] one warning found
[info] Main Scala API documentation successful.
Expectation
Works as it did in older versions. See https://www.javadoc.io/doc/org.ekrich/sconfig_2.11/latest/index.html#org.ekrich.config.Config