nl.flotsam.pecia
Interface Documenter<T>

Type Parameters:
T - The type of context on which this class will render its documentation.

public interface Documenter<T>

The interface defined for callbacks. (Used when you don't tell the framework what you want to generate, but the framework asks you what you want to generate.)

Author:
Wilfred Springer

Method Summary
 void document(T target)
          Generates some documentation.
 

Method Detail

document

void document(T target)
Generates some documentation.

Parameters:
target - The object receiving the documentation.


Copyright © 2010. All Rights Reserved.