문제

What do I need to do to get Intellij to display the new edited version of my documentation when I view it (using Ctrl+Q).

For example if I create a new class the default template is added and the documentataion looks like this:

Orig Doc Code

And then will display like this:

Initial Doc view

If I then edit this to this:

Edited Doc

It still displays as the original documentaion (2nd image).

도움이 되었습니까?

해결책 2

I figured it out. I had the documentation open previously, but pinned to the right hand side. Like below:

enter image description here

This meant that when I edited and tried to view it again it would display the old doc version which was pinned.

If I close that pinned window then the updated doc is displayed every time.

다른 팁

I don't think you have anything to do to have the "updated" javadoc displayed.

It is working as expecting for me, and it has been like that for years...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top