简体   繁体   中英

How do I set the -windowtitle parameter when generating javadoc in NetBeans?

我想在生成javadoc时添加-windowtitle参数。

  • Select your project in the Projects tab, right click and select Properties from the menu.
  • Select Build > Documenting from the list of Categories .
  • Enter the title in the Browser Window Title field and click OK . (Note that you can further customize the Javadoc output in the Additional Javadoc Options field.)

windowTitle1

  • Select your project in the Projects tab, right click and select Generate Javadoc from the menu.
  • The title you provided will appear on the browser tab. It will be prefixed by the name of the project but I don't know how to prevent that.

windowTitle2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM